html {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	overflow-x: hidden;
}

:root {
	--bs-gutter-x: 0;
}

.MC nav#distributor,
body {
	font-family: Poppins, sans-serif !important;
}

.MC div,
.MC p,
.MC span {
	line-height: 1.5;
}

#search-wrapper {
	margin: 0 0 10px;
}

#searchbar {
	padding-left: 0;
}

#btn-container {
	align-self: flex-end;
}

#search-btn {
	border: none;
	background-color: #d0754c;
	border-radius: 8px;
	height: 53px;
	font-weight: 700 !important;
	letter-spacing: normal !important;
	font-family: inherit !important;
	font-size: 1rem !important;
}

.NC {
	font-weight: 600;
	font-style: normal;
	line-height: 24px;
	margin: 7px 0;
	font-family: Poppins !important;
	color: #000;
}

.NC,
.OC {
	font-size: 16px;
}

.OC {
	height: 53px;
	border: none;
	border-radius: 8px;
	background-color: #f7f7f7;
}

.PC,
.QC {
	align-self: center;
	margin: 0 20px;
}

.QC {
	color: #6d6d6d;
	font-size: 1.5rem !important;
}

.RC {
	border: none !important;
	width: 100%;
	padding: 15px 0 !important;
	background-color: transparent;
}

.RC:focus {
	outline: 0;
}

#clear-icn,
#loading {
	display: none;
}

.SC {
	align-self: center;
	margin: 0 20px;
	position: relative;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #6d6d6d;
	color: #6d6d6d;
	animation: dotFlashing 1s linear infinite alternate;
	animation-delay: 0.5s;
	left: -1.5rem;
}

.SC:after,
.SC:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
}

.SC:before {
	left: -15px;
	animation: dotFlashingBeforeAfter 1s ease-in-out infinite alternate;
	animation-delay: 0s;
}

.SC:after,
.SC:before {
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #6d6d6d;
	color: #6d6d6d;
}

.SC:after {
	left: 15px;
	animation: dotFlashingBeforeAfter 1s ease-in-out infinite alternate;
	animation-delay: 0.75s;
}

@keyframes dotFlashing {
	0%,
	to {
		background-color: #6d6d6d;
	}

	50% {
		background-color: #6d6d6d;
	}
}

@keyframes dotFlashingBeforeAfter {
	0%,
	to {
		background-color: #6d6d6d;
		transform: scale(0.5);
	}

	50% {
		background-color: #6d6d6d;
		transform: scale(1);
	}
}

@media (max-width: 991px) {
	#searchbar {
		padding: 0;
	}

	#search-btn {
		margin: 15px 0 5px;
	}
}

@media screen and (max-width: 768px) {
	#search-btn {
		display: none;
	}
}

.TC {
	text-align: center;
	margin: 50px 0 32px;
	color: #462f0a;
	font-weight: 600;
	font-size: 18px;
	line-height: 27px;
}

#result-container {
	max-height: 338px;
	overflow-y: scroll;
}

#result-container:hover {
	overflow-y: scroll;
	overflow-x: hidden;
}

.UC {
	width: 100%;
}

.VC {
	padding: 0;
	margin: 0;
	list-style: none;
}

.WC {
	border: 1px solid #fcfcfc;
}

@font-face {
	font-family: Poppins;
	font-style: normal;
	font-weight: 400;
	src: url(fonts/pxiEyp8kv8JHgFVrJJfedw.ttf) format("truetype");
}

.centered {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
	max-width: 100%;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
	height: auto;
}

/* END BAWAAN TEMPLATE */
body {
	color: #000;
	font-family: "Poppins", sans-serif !important;
	font-weight: 400 !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	font-size: 1.125rem !important;
	line-height: 1.3 !important;
	overflow: hidden;
}

.heading {
	font-size: 1.5625rem;
	line-height: 1.3;
}

.subheading {
	font-size: 1.125rem;
	line-height: 1.3;
}

.bold {
	font-weight: 700;
}

.f-small {
	font-size: 0.625rem;
}

.f-footer {
	font-size: 0.99rem;
}

a {
	text-decoration: unset;
	color: #000;
}

.w100,
iframe {
	width: 100%;
}

.text-center {
	text-align: center;
}

.white {
	color: #fff;
}

.bg-brokenwhite {
	background-color: #f5f3eb;
}

.bg-cream {
	background-color: #fcf9dd;
}

.bg-bw {
	background-color: #f5f3eb;
}

.bg-brown {
	background-color: #683b11;
}

.red {
	color: #d51c03;
}

.green {
	color: #1d6806;
}

.formula-db {
	color: #f98221;
}

.formula-mganik-bright {
	color: #cf93dd;
}

.black-headline {
	color: #252525;
}

.black-caption {
	color: #323232;
}

.c-text-mganik {
	color: #cf933d;
}

@media screen and (min-width: 800px) {
	body {
		max-width: 400px;
		margin: 0 auto !important;
	}

	#searchbar {
		width: 70%;
	}

	#btn-container {
		width: 30%;
	}
}

.img-logo {
	width: 50%;
	margin: 0 auto;
	display: block;
}

.wrap-btn {
	position: relative;
	width: 20rem;
	margin: 0 auto;
	transition: all 1s ease-in-out;
}

.wrap-btn:hover {
	transform: scale(1.05);
}

.btn-green {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 1.125rem;
	background-color: #1d6806;
	color: #fff;
	width: 100%;
	padding: 0.805rem;
	text-align: center;
	border-radius: 3px;
	line-height: 1.2;
	position: relative;
	z-index: 2;
}

.btn-green span {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 0.75rem;
}

.shadow {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #9e9e9e;
	/* z-index: -1; */
	right: -4px;
	bottom: -4px;
	border-radius: 3px;
	z-index: 1;
}

.py-4-rev {
	padding-top: 1.8rem !important;
	padding-bottom: 1.8rem !important;
}

.px-3-rev {
	padding-right: 1.2rem !important;
	padding-left: 1.2rem !important;
}
.px-4-rev.col-12 {
	padding-right: 2rem !important;
	padding-left: 2rem !important;
}
.px-4-rev {
	padding-right: 2rem !important;
	padding-left: 2rem !important;
}

.subheading-small {
	font-size: 1.0625rem;
}

.f-small {
	font-size: 0.75rem;
}

strong {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
}

.scale-up {
	transition: all 0.6s ease-in-out;
}

.scale-up:hover {
	transform: scale(1.05);
}

.scale-animation {
	animation: scaleanim 1s ease-in-out infinite alternate;
}

@keyframes scaleanim {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.04);
	}
}

.slick-prev {
	left: -15px !important;
}

.slick-next {
	right: -4px !important;
}

.slick-prev:before,
.slick-next:before {
	font-family: "slick";
	font-size: 32px;
	line-height: 1;
	z-index: 2;
	opacity: 0.75;
	color: #9e9e9e;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#shadowbox {
	box-shadow: 1px 1px 10px #6b6b6b;
}

#tomboltokped,
#tombolshopee,
#tomboltanyapusat,
#tombolcta {
	color: transparent;
}

.abs-btn-bottom {
	position: absolute;
	right: 50%;
	bottom: 0;
	transform: translateX(50%);
	width: 80%;
	max-width: unset;
}

.search.d-flex img {
	width: 1.5rem;
}

.container,
.col-sm {
	padding-right: var(--bs-gutter-x, 0) !important;
	padding-left: var(--bs-gutter-x, 0) !important;
}

.row > * {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.px-4 {
	padding-right: 1.75rem !important;
	padding-left: 1.75rem !important;
}

.abs-btn-bottom-v2 {
	position: absolute;
	right: 50%;
	transform: translateX(50%);
	max-width: unset;

	@media only screen and (min-width: 600px) {
		width: 120px;
		margin-top: 80px;
	}

	@media only screen and (max-width: 500px) {
		width: 120px;
		margin-top: 80px;
	}
}

.abs-btn-bottom-v2-p2 {
	position: absolute;
	right: 50%;
	transform: translateX(50%);
	max-width: unset;

	@media only screen and (min-width: 600px) {
		width: 120px;
		margin-top: 70px;
	}

	@media only screen and (max-width: 500px) {
		width: 120px;
		margin-top: 70px;
	}
}

.product-description {
	@media only screen and (min-width: 600px) {
		font-size: 9px;
	}
	@media only screen and (max-width: 500px) {
		font-size: 8px;
	}
}

.img-metafiber {
	margin: 0 auto;
	width: 150px;
	height: auto;
}
.img-multigrain {
	margin: 0 auto;
	width: 160px;
	height: auto;
}
.img-3peptide {
	margin: 0 auto;
	width: 150px;
	height: auto;
}

.product-title {
	color: #cf933d;
	@media only screen and (max-width: 767px) {
		font-size: 14px !important;
	}
	@media only screen and (min-width: 768px) {
		font-size: 15px !important;
	}
}

.brown-dotted-line {
	border-bottom: 2px solid #cf933d;
	border-style: dotted;
}

.bg-lp084 {
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.6);
	border-radius: 10px;
	background: white;
}

/* accordion */
.accordion-content {
	background: rgba(245, 243, 235, 1);
	padding: 25px 15px;
	line-height: 1.4;
}

.accordion-title {
	font-weight: 600;
	line-height: 2;
}

.accordion-item {
	border-color: rgba(104, 59, 17, 1) !important;
	border: 1px solid !important;
}

.accordion-button::after {
	content: "\002B" !important;
	background-image: none !important;
	font-size: 1.5rem !important;
	margin-bottom: 20px;
}

.accordion-button:not(.collapsed)::after {
	content: "\ff0d" !important;
	transform: none !important;
	transition: transform 0.2s ease-in-out !important;
	font-size: 1.5rem !important;
	margin-bottom: 20px;
}

.accordion-button:focus {
	box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
	color: #000000 !important;
	background-color: transparent !important;
	box-shadow: none !important;
}
/* end accordion */

/* PULSA */

.reveal {
	opacity: 0;
	-webkit-transform: translate3d(0, 100px, 0);
	transform: translate3d(0, 100px, 0);
	-webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
	transition: opacity 0.8s, -webkit-transform 0.8s;
	transition: opacity 0.8s, transform 0.8s;
	transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
}
.reveal_visible {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* .pulse {
  opacity: 0;
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
}
.pulse_visible {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  } */

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		/* visibility: visible; */
	}

	50% {
		-webkit-transform: scale(1.1);
	}

	to {
		-webkit-transform: scale(1);
	}
}

@keyframes pulse {
	0% {
		transform: scale(1);
		/* visibility: visible; */
	}

	50% {
		transform: scale(1.1);
	}

	to {
		transform: scale(1);
	}
}

.pulse {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: scale 0.8s, -webkit-transform 0.8s;
	transition: scale 0.8s, -webkit-transform 0.8s;
	transition: scale 0.8s, transform 0.8s;
	transition: scale 0.8s, transform 0.8s, -webkit-transform 0.8s;
}

.pulse_visible {
	transition-delay: 0.8s;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: scale 0.8s, -webkit-transform 0.8s;
	transition: scale 0.8s, -webkit-transform 0.8s;
	transition: scale 0.8s, transform 0.8s;
	transition: scale 0.8s, transform 0.8s, -webkit-transform 0.8s;
}

.pulse_visible_after {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: scale 0.8s, -webkit-transform 0.8s;
	transition: scale 0.8s, -webkit-transform 0.8s;
	transition: scale 0.8s, transform 0.8s;
	transition: scale 0.8s, transform 0.8s, -webkit-transform 0.8s;
}

.marketplace_img {
	max-width: 128px;
	max-height: 128px;
}

.no-padding {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

/* accordion */
.accordion-content {
	background: rgba(245, 243, 235, 1);
	padding: 25px 15px;
	line-height: 1.4;
}

.accordion-title {
	font-weight: 600;
	line-height: 2;
}

.accordion-item {
	border-color: rgba(104, 59, 17, 1) !important;
	border: 1px solid !important;
}

.accordion-button::after {
	content: "\002B" !important;
	background-image: none !important;
	font-size: 1.5rem !important;
	margin-bottom: 20px;
}

.accordion-button:not(.collapsed)::after {
	content: "\ff0d" !important;
	transform: none !important;
	transition: transform 0.2s ease-in-out !important;
	font-size: 1.5rem !important;
	margin-bottom: 20px;
}

.accordion-button:focus {
	box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
	color: #000000 !important;
	background-color: transparent !important;
	box-shadow: none !important;
}
/* end accordion */

.w100 {
	width: 100%;
}

.bg-light-blue {
	background: #f0fcff;
}

.f12 {
	font-size: 0.8rem;
	margin-left: 0.8rem;
}
